feat(studio): add persistent sandbox code projects - #1092
Open
evanlowe wants to merge 3 commits into
Open
Conversation
evanlowe
force-pushed
the
feat/studio-persistent-code-projects
branch
from
September 9, 2026 12:50
4efe590 to
05f3173
Compare
yaozheng-fang
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add code projects backed by a personal persistent Studio Sandbox. Users can create named Python projects, reopen them in embedded VS Code, and recover their workspace from snapshots after a session expires. Projects share the existing workspace collection layout and include file counts, relative creation times, fullscreen editing, and Chinese/English UI text.
Studio owns the project templates and sends them to the image during initialization, so template changes do not require rebuilding the image. New projects initialize Git, a Python environment, and development guidance.
Deploy and both update paths create or reuse a missing persistent Sandbox Tool, defaulting to 8 CPUs / 16 GB and the regional 1.0.1 images for Volcengine Beijing, Shanghai, and BytePlus Singapore. Existing Tool bindings are preserved. An initial-startup fallback supports upgrades launched by older releases, and System Information exposes the workspace Tool ID.
Validation
Regional image selection is covered by automated tests; Shanghai and BytePlus image pulls have not been verified live. Existing Tool configurations are not resized or replaced.